﻿@charset "UTF-8";
/* line 6, ../sass/style.scss */
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0;
  font-family: "微软雅黑";
}

/* line 13, ../sass/style.scss */
*:after, *:before {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

/* line 18, ../sass/style.scss */
body {
  background-color: #fff;
  color: #606060;
  font-family: "微软雅黑";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  font-size: 14px;
}

/* line 27, ../sass/style.scss */
.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* line 28, ../sass/style.scss */
ul, ul li, ol li, tr td, dl, dd {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* line 29, ../sass/style.scss */
a {
  text-decoration: none;
  cursor: pointer;
}

/* line 31, ../sass/style.scss */
.mt-10 {
  margin-top: 10px !important;
}

/* line 32, ../sass/style.scss */
.pb {
  padding-bottom: 0 !important;
}

/* line 33, ../sass/style.scss */
.oh {
  overflow: hidden;
}

/* line 34, ../sass/style.scss */
.fl {
  float: left;
}

/* line 35, ../sass/style.scss */
.fr {
  float: right;
}

/* line 36, ../sass/style.scss */
.f12 {
  font-size: 12px !important;
}

/* line 37, ../sass/style.scss */
.f14 {
  font-size: 14px !important;
}

/* line 38, ../sass/style.scss */
.bg-grey {
  background-color: #F9F9F9 !important;
}

/* line 40, ../sass/style.scss */
.box {
  width: 1156px;
  margin: 0 auto;
}

/* line 41, ../sass/style.scss */
.home, .footer {
  max-width: 1920px;
  margin: auto;
}

/* 头部 */
/* line 44, ../sass/style.scss */
.p_head {
  position: fixed;
  width: 100%;
  height: 94px;
  top: 0;
  left: 0;
  z-index: 20;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}

/* line 45, ../sass/style.scss */
.p_head .wrapper {
  width: 100%;
  height: 94px;
  background: #14687E;
  max-width: 1920px;
  margin: auto;
}

/* line 46, ../sass/style.scss */
.p_head .wrapper .box {
  position: relative;
}

/* line 47, ../sass/style.scss */
.p_head .logo {
  float: left;
  display: table;
  width: 15.74%;
  height: 94px;
  overflow: hidden;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}

/* line 48, ../sass/style.scss */
.p_head .logo a {
  display: table-cell;
  vertical-align: middle;
}

/* line 49, ../sass/style.scss */
.p_head .logo img {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}

/* line 51, ../sass/style.scss */
.p_head .ul1 {
  width: 50%;
  float: right;
  font-size: 16px;
}

/* line 52, ../sass/style.scss */
.english .p_head .ul1 {
  width: auto;
}

/* line 53, ../sass/style.scss */
.p_head .ul1 li {
  height: 94px;
  float: left;
  width: 16.66%;
  text-align: center;
  position: relative;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}

/* line 54, ../sass/style.scss */
.english .p_head .ul1 li {
  width: auto;
  margin: 0 10px;
}

/* line 55, ../sass/style.scss */
.p_head .ul1 li .l_nav {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: center;
}

/* line 56, ../sass/style.scss */
.p_head .ul1 li .l_nav a {
  display: inline-block;
}

/* line 57, ../sass/style.scss */
.p_head .ul1 li .l_nav span {
  font-weight: lighter;
  color: #fff;
  display: block;
  width: 100%;
  height: 94px;
  line-height: 94px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}

/* line 58, ../sass/style.scss */
.p_head .ul1 li .l_nav span:nth-child(2) {
  font-weight: bold;
  height: 94px;
  line-height: 188px;
  position: relative;
}

/* line 59, ../sass/style.scss */
.p_head .ul1 li .l_nav span:nth-child(2):after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fff;
  bottom: 24px;
  left: 0;
}

/* line 60, ../sass/style.scss */
.p_head .ul1 li:hover .l_nav span:nth-child(1), .p_head .ul1 li.act .l_nav span:nth-child(1) {
  margin-top: -94px;
  line-height: 10px;
}

/* line 61, ../sass/style.scss */
.p_head .ul1 li:hover .l_nav span:nth-child(2), .p_head .ul1 li.act .l_nav span:nth-child(2) {
  line-height: 94px;
}

/* line 62, ../sass/style.scss */
.p_head .ul1 li .l_nav img {
  width: 10px;
  position: relative;
  top: -2px;
  left: 5px;
}

/* line 63, ../sass/style.scss */
.p_head .ul1 li .l_cot {
  position: absolute;
  padding-top: 6px;
  width: 110px;
  left: 50%;
  margin-left: -55px;
  display: none;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  overflow: hidden;
}

/* line 64, ../sass/style.scss */
.english .p_head .ul1 li .l_cot {
  width: 150px;
  margin-left: -75px;
}

/* line 65, ../sass/style.scss */
.p_head .ul1 li .l_cot a {
  display: block;
  color: #5C5C5C;
  background-color: #fff;
  height: 40px;
  line-height: 40px;
}

/* line 66, ../sass/style.scss */
.english .p_head .ul1 li .l_cot a {
  line-height: 1.3;
  height: auto;
  padding: 10px 5px;
}

/* line 67, ../sass/style.scss */
.p_head .ul1 li .l_cot a:hover {
  color: #fff;
  background-color: #14687E;
}

/* line 68, ../sass/style.scss */
.p_head .ul1 li .l_cot a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 69, ../sass/style.scss */
.p_head .ul1 li .l_cot a:first-child:before {
  position: absolute;
  content: "";
  left: 50%;
  margin-left: -6px;
  top: -6px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid transparent;
  border-bottom: 6px solid #fff;
}

/* line 70, ../sass/style.scss */
.p_head .ul1 li .l_cot a:first-child:hover:before {
  border-bottom-color: #14687E;
}

/* line 72, ../sass/style.scss */
.p_head .hrt {
  float: right;
  color: #fff;
  height: 94px;
  line-height: 94px;
  font-weight: lighter;
}

/* line 73, ../sass/style.scss */
.p_head .hrt a {
  padding: 0 12px;
  position: relative;
  color: inherit;
}

/* line 74, ../sass/style.scss */
.p_head .hrt a img {
  position: relative;
  top: 3px;
  width: 14px;
  display: inline-block;
}

/* line 76, ../sass/style.scss */
.swiper1 {
  height: 558px;
  overflow: hidden;
  margin-top: 94px;
}

/* line 77, ../sass/style.scss */
.swiper1 .swiper-slide a {
  display: block;
  position: relative;
  width: 100%;
  height: 558px;
  overflow: hidden;
}

/* line 78, ../sass/style.scss */
.swiper1 .swiper-slide a > img {
  display: block;
  width: 1920px;
  height: 100%;
  position: relative;
  left: 50%;
  margin-left: -960px;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}

/* line 79, ../sass/style.scss */
.swiper1 .swiper-slide a .alt {
  -webkit-transition: all 1.3s;
  -moz-transition: all 1.3s;
  transition: all 1.3s;
  position: absolute;
  width: 100%;
  height: 100%;
  top: -20%;
  opacity: 0;
  left: 0%;
  text-align: center;
  display: table;
}

/* line 80, ../sass/style.scss */
.swiper1 .swiper-slide a .alt .txt {
  font-size: 36px;
  color: #fff;
  line-height: 64px;
  display: table-cell;
  vertical-align: middle;
}

/* line 81, ../sass/style.scss */
.swiper1 .swiper-slide-active a .alt {
  top: 0;
  opacity: 1;
}

/* line 83, ../sass/style.scss */
.swiper-container .swiper-button {
  position: absolute;
  width: 100%;
  height: 50px;
  left: 0;
  top: 50%;
  margin-top: -25px;
}

/* line 84, ../sass/style.scss */
.swiper-container .swiper-button .box {
  position: relative;
}

/* line 85, ../sass/style.scss */
.swiper1 .next_sw1 {
  width: 49px;
  height: 49px;
  background: url(../images/btn_banner_next.png) center no-repeat;
  margin-top: 0;
  top: 0;
  right: 0;
}

/* line 86, ../sass/style.scss */
.swiper1 .prev_sw1 {
  width: 49px;
  height: 49px;
  background: url(../images/btn_banner_prev.png) center no-repeat;
  margin-top: 0;
  top: 0;
  left: 0;
}

/* line 87, ../sass/style.scss */
.swiper1 > .swiper-pagination-bullets {
  bottom: 20px;
}

/* line 88, ../sass/style.scss */
.mhead, .mh_nav {
  display: none;
}

/* line 90, ../sass/style.scss */
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: transparent;
  border: 1px solid #fff;
  opacity: 1;
}

/* line 91, ../sass/style.scss */
.swiper-pagination-bullet-active {
  background-color: #6ABCD2;
  border: none;
}

/* line 92, ../sass/style.scss */
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 7.5px;
}

/* line 93, ../sass/style.scss */
.ping {
  display: block !important;
}

/* line 94, ../sass/style.scss */
.ming {
  display: none !important;
}

/* line 95, ../sass/style.scss */
.sing {
  display: none !important;
}

/* line 96, ../sass/style.scss */
.pming {
  display: block !important;
}

/* line 97, ../sass/style.scss */
.sming {
  display: none !important;
}

/* line 99, ../sass/style.scss */
.home .caption {
  text-align: center;
  font-size: 32px;
  color: #000;
  position: relative;
  line-height: 1.1;
  font-weight: lighter;
  letter-spacing: 5px;
}

/* line 100, ../sass/style.scss */
.home .caption:after {
  position: absolute;
  content: "";
  width: 97px;
  height: 2px;
  background-color: #14687E;
  left: 50%;
  margin-left: -48.5px;
  bottom: -42px;
}

/* line 102, ../sass/style.scss */
.in1 {
  background: url(../images/home_part_01_bg.jpg) no-repeat center;
  padding: 197px 0 153px;
}

/* line 103, ../sass/style.scss */
.in1 .caption {
  text-align: left;
  font-weight: 600;
  color: #14687E;
  margin-bottom: 48px;
  letter-spacing: 0;
}

/* line 104, ../sass/style.scss */
.in1 .caption:after {
  display: none;
}

/* line 105, ../sass/style.scss */
.in1 .content {
  overflow: hidden;
  max-height: 260px;
}

/* line 106, ../sass/style.scss */
.english .in1 .content {
  max-height: 259px;
}

/* line 107, ../sass/style.scss */
.in1 p {
  color: #5C5C5C;
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
}

/* line 108, ../sass/style.scss */
.in1 .img {
  padding-top: 20px;
  padding-left: 60px;
  text-align: right;
}

/* line 109, ../sass/style.scss */
.in1 .img img {
  max-width: 480px;
  width: 100%;
}

/* line 110, ../sass/style.scss */
.in1 .txt {
  padding-right: 50px;
}

/* line 112, ../sass/style.scss */
.in2 {
  background: url(../images/home_part_02_bg.jpg) no-repeat center;
  padding: 98px 0 122px;
}

/* line 113, ../sass/style.scss */
.in2 .caption {
  color: #fff;
  margin-bottom: 56px;
}

/* line 114, ../sass/style.scss */
.in2 .caption .subtitle {
  font-size: 18px;
  margin-top: 34px;
  font-weight: lighter;
}

/* line 115, ../sass/style.scss */
.in2 .item {
  border: 1px solid #fff;
  display: block;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  margin-top: 64px;
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.2);
}

/* line 116, ../sass/style.scss */
.in2 .item:hover {
  border-color: #37BDE0;
}

/* line 117, ../sass/style.scss */
.in2 .item .title {
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 118, ../sass/style.scss */
.in2 .item p {
  color: #D1D1D1;
  font-size: 12px;
  line-height: 20px;
  margin-top: 10px;
  max-height: 60px;
  overflow: hidden;
  text-align: justify;
}

/* line 119, ../sass/style.scss */
.in2 .item .more {
  color: #D1D1D1;
  font-size: 12px;
  line-height: 12px;
  margin-top: 10px;
  text-transform: uppercase;
}

/* line 121, ../sass/style.scss */
.in3 {
  background: url(../images/home_part_03_bg.jpg) no-repeat center;
  padding: 73px 0 123px;
}

/* line 122, ../sass/style.scss */
.in3 .caption {
  margin-bottom: 56px;
}

/* line 123, ../sass/style.scss */
.in3 .item {
  background-color: #fff;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  display: table;
  margin-top: 40px;
  height: 154px;
}

/* line 124, ../sass/style.scss */
.in3 .item:hover {
  box-shadow: 0 5px 10px 3px rgba(0, 0, 0, 0.2);
}

/* line 125, ../sass/style.scss */
.in3 .item .img, .in3 .item .txt {
  display: table-cell;
  vertical-align: middle;
}

/* line 126, ../sass/style.scss */
.in3 .item .img {
  width: 120px;
  text-align: center;
}

/* line 127, ../sass/style.scss */
.in3 .item .img > img {
  max-width: 55px;
  max-height: 55px;
}

/* line 128, ../sass/style.scss */
.in3 .item .txt {
  padding-right: 40px;
  color: #383838;
}

/* line 129, ../sass/style.scss */
.in3 .item .title {
  font-size: 18px;
  line-height: 18px;
}

/* line 130, ../sass/style.scss */
.in3 .item .txt p {
  font-size: 13px;
  line-height: 20px;
  margin-top: 10px;
  text-align: justify;
  max-height: 40px;
  overflow: hidden;
}

/* line 133, ../sass/style.scss */
.in4 {
  background: #f9f9f9 url(../images/home_part_04_bg.jpg) no-repeat center;
  padding: 86px 0 135px;
}

/* line 134, ../sass/style.scss */
.in4 .caption {
  margin-bottom: 56px;
}

/* line 135, ../sass/style.scss */
.swiper2 {
  margin-top: 141px;
  padding: 0 30px 54px;
}

/* line 136, ../sass/style.scss */
.swiper2 .swiper-wrapper {
  width: 80%;
}

/* line 137, ../sass/style.scss */
.swiper2 .swiper-slide {
  padding: 20px;
}

/* line 138, ../sass/style.scss */
.swiper2 .swiper-slide > a {
  display: block;
  background-color: #fff;
  max-width: 294px;
  margin: auto;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.1);
}

/* line 140, ../sass/style.scss */
.swiper2 .swiper-slide img {
  width: 100%;
  display: block;
  height: 192px;
}

/* line 141, ../sass/style.scss */
.swiper2 .swiper-slide .txt {
  padding: 8px 17px;
}

/* line 142, ../sass/style.scss */
.swiper2 .swiper-slide .txt .title {
  font-size: 14px;
  line-height: 17px;
  color: #595959;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 143, ../sass/style.scss */
.swiper2 .swiper-slide .txt .intro {
  font-size: 12px;
  line-height: 16px;
  margin-top: 5px;
  color: #9D9D9D;
  height: 32px;
  overflow: hidden;
}

/* line 144, ../sass/style.scss */
.swiper2 .next_sw2 {
  width: 30px;
  height: 55px;
  margin-top: -50px;
  background: url(../images/btn_part_04_right.png) center no-repeat;
  right: 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}

/* line 145, ../sass/style.scss */
.swiper2 .prev_sw2 {
  width: 30px;
  height: 55px;
  margin-top: -50px;
  background: url(../images/btn_part_04_left.png) center no-repeat;
  left: 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}

/* line 146, ../sass/style.scss */
.swiper2 .sw_m2 {
  bottom: 0;
}

/* line 147, ../sass/style.scss */
.sw_m2 .swiper-pagination-bullet {
  width: 33px;
  height: 2px;
  background-color: #C2C2C2;
  border-radius: 0;
  border: none;
}

/* line 148, ../sass/style.scss */
.sw_m2 .swiper-pagination-bullet-active {
  background-color: #14687E;
}

/* line 149, ../sass/style.scss */
.btn-more-row {
  margin-top: 48px;
  text-align: center;
}

/* line 150, ../sass/style.scss */
.btn-more-row .btn {
  font-size: 14px;
  width: 200px;
  height: 54px;
  line-height: 54px;
  background-color: #37BDE0;
  display: inline-block;
  color: #fff;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  letter-spacing: 2px;
}

/* line 151, ../sass/style.scss */
.btn-more-row .btn img {
  width: 16px;
  /*display: inline-block;*/
  vertical-align: middle;
  margin-left: 5px;
}

/* line 153, ../sass/style.scss */
.in5 {
  background: url(../images/home_part_05_bg.jpg) no-repeat center;
  height: 488px;
  position: relative;
}

/* line 154, ../sass/style.scss */
.in5 .alt {
  position: absolute;
  width: 100%;
  height: 100%;
  display: table;
}

/* line 155, ../sass/style.scss */
.in5 .alt span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  font-size: 30px;
  line-height: 54px;
  font-weight: lighter;
}

/* line 157, ../sass/style.scss */
.in6 {
  background-color: #f6f6f6;
  padding: 55px 0 65px;
}

/* line 158, ../sass/style.scss */
.in6 .caption:after {
  display: none;
}

/* line 159, ../sass/style.scss */
.in6 .img {
  text-align: center;
  margin-top: 75px;
}

/* line 160, ../sass/style.scss */
.in6 .img span {
  display: inline-block;
}

/* line 161, ../sass/style.scss */
.in6 .img img {
  height: 150px;
  margin: 0 15px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

/* line 162, ../sass/style.scss */
.in6 .img .name {
  margin-top: 10px;
}

/* line 164, ../sass/style.scss */
.footer {
  background: url(../images/bottom_bg.jpg) no-repeat center;
  color: #fff;
}

/* line 165, ../sass/style.scss */
.footer .top {
  display: table;
  width: 100%;
  padding: 44px 0;
}

/* line 166, ../sass/style.scss */
.footer .top .title {
  display: table-cell;
  vertical-align: middle;
  font-size: 24px;
  font-weight: 600;
  width: 205px;
  border-right: 1px solid rgba(151, 151, 151, 0.23);
  opacity: 0.8;
  padding-right: 50px;
}

/* line 167, ../sass/style.scss */
.footer .top .qrcode-wrap {
  display: table-cell;
  vertical-align: bottom;
  width: 94px;
  padding-bottom: 6px;
}

/* line 168, ../sass/style.scss */
.footer .top .qrcode-wrap > img {
  width: 100%;
  display: block;
}

/* line 169, ../sass/style.scss */
.footer .top .inner {
  display: table-cell;
  vertical-align: middle;
  padding: 0 49px 0 59px;
}

/* line 170, ../sass/style.scss */
.footer .inner .lang {
  padding-left: 37px;
  opacity: .8;
  line-height: 14px;
  text-transform: uppercase;
  position: relative;
  color: #fff;
}

/* line 171, ../sass/style.scss */
.footer .inner .lang .con {
  position: absolute;
  width: 25px;
  height: 25px;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
}

/* line 172, ../sass/style.scss */
.footer .inner .lang.en .con {
  background-image: url(../images/ico_language.svg);
}

/* line 173, ../sass/style.scss */
.footer .inner .lang.cn .con {
  background-image: url(../images/ico_language_cn.png);
}

/* line 174, ../sass/style.scss */
.footer .inner .lang img {
  width: 6px;
  margin-left: 6px;
  display: inline-block;
  vertical-align: middle;
}

/* line 175, ../sass/style.scss */
.footer .inner .share img {
  display: inline-block;
  margin-left: 10px;
}

/* line 176, ../sass/style.scss */
.footer .inner .name {
  line-height: 20px;
  margin-top: 26px;
  opacity: .8;
}

/* line 177, ../sass/style.scss */
.footer .inner .brief {
  font-size: 12px;
  line-height: 20px;
  margin-top: 8px;
  opacity: .4;
  text-align: justify;
}

/* line 178, ../sass/style.scss */
.footer .inner .contact {
  margin-top: 27px;
}

/* line 179, ../sass/style.scss */
.footer .inner .contact span {
  font-size: 12px;
  margin-right: 65px;
  opacity: .4;
}

/*.footer .inner .contact span:last-child{margin-right: 0;}*/
/* line 181, ../sass/style.scss */
.footer .inner .contact .txt {
  font-size: 14px;
  opacity: .8;
}

/* line 182, ../sass/style.scss */
.footer .copyright {
  background-color: #143449;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

/* line 183, ../sass/style.scss */
.footer .copyright span + span {
  margin-left: 25px;
}

/* line 184, ../sass/style.scss */
.footer .copyright a {
  color: inherit;
}

/* line 185, ../sass/style.scss */
.footer-wrap {
  width: 100%;
  height: 331px;
  border: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

/*内页banner*/
/* line 188, ../sass/style.scss */
.banner {
  position: relative;
  overflow: hidden;
  margin-top: 94px;
  height: 588px;
}

/* line 189, ../sass/style.scss */
.banner > img {
  display: block;
  position: relative;
  width: 1920px;
  left: 50%;
  margin-left: -960px;
}

/* line 190, ../sass/style.scss */
.banner .b_box {
  position: absolute;
  width: 100%;
  height: 588px;
  top: 0;
  left: 0;
  text-align: center;
  /*color: #fff;*/
  display: table;
}

/* line 191, ../sass/style.scss */
.banner .b_box_inner {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
}

/* line 192, ../sass/style.scss */
.banner .b_box .tt {
  /*margin-top: 206px; */
  font-size: 45px;
  line-height: 63px;
  letter-spacing: 1px;
}

/* line 193, ../sass/style.scss */
.banner .b_box .tc {
  margin-top: 12px;
  font-size: 24px;
  line-height: 46px;
  font-weight: lighter;
  max-width: 864px;
  margin-left: auto;
  margin-right: auto;
}

/* line 195, ../sass/style.scss */
.detail {
  overflow: hidden;
}

/* line 196, ../sass/style.scss */
.detail .wrapper {
  padding: 120px 0;
}

/* line 197, ../sass/style.scss */
.detail .box .caption {
  color: #14687E;
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
}

/* line 198, ../sass/style.scss */
.detail .box .caption .subtitle {
  color: #606060;
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
  font-weight: 400;
}

/* line 199, ../sass/style.scss */
.detail img {
  width: 100%;
  display: block;
}

/* line 200, ../sass/style.scss */
.company .intro {
  font-size: 16px;
  line-height: 28px;
  margin-top: 48px;
}

/* line 201, ../sass/style.scss */
.company .part1 {
  background: url(../images/intro_part_01_bg.jpg) no-repeat center;
  padding-top: 108px;
  padding-bottom: 86px;
}

/* line 202, ../sass/style.scss */
.company .part1 .img {
  text-align: center;
  margin-top: 30px;
  width: 832px;
  margin-left: auto;
  margin-right: auto;
}

/* line 203, ../sass/style.scss */
.company .part2 {
  border-bottom: 2px solid #ececec;
}

/* line 204, ../sass/style.scss */
.company .part2 .img {
  margin-top: 48px;
}

/* line 205, ../sass/style.scss */
.company .part2 .img .right img {
  max-width: 394px;
  margin-right: 0;
  margin-left: auto;
}

/* line 206, ../sass/style.scss */
.company .part3 .caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

/* line 208, ../sass/style.scss */
.team .wrapper {
  padding-top: 108px;
  padding-bottom: 0 !important;
}

/* line 209, ../sass/style.scss */
.team .list li {
  padding: 72px 0;
  overflow: hidden;
  border-top: 1px solid #ececec;
}

/* line 210, ../sass/style.scss */
.team .list li:first-child {
  border-top: none;
}

/* line 211, ../sass/style.scss */
.team .list .thumb {
  float: left;
  width: 114px;
  height: 114px;
  overflow: hidden;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

/* line 212, ../sass/style.scss */
.team .list .txt {
  float: left;
  width: calc(100% - 114px);
  width: -moz-calc(100% - 114px);
  width: -webkit-calc(100% - 114px);
  padding-left: 60px;
}

/* line 213, ../sass/style.scss */
.team .list .txt .name {
  font-size: 16px;
  line-height: 16px;
  color: #14687E;
  padding-bottom: 22px;
  position: relative;
}

/* line 214, ../sass/style.scss */
.team .list .txt .name:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 36px;
  height: 2px;
  background-color: #14687E;
}

/* line 215, ../sass/style.scss */
.team .list .txt .brief {
  color: #606060;
  font-size: 14px;
  line-height: 20px;
  text-align: justify;
  margin-top: 20px;
}

/* line 216, ../sass/style.scss */
.team .list .txt .brief p {
  margin-top: 12px;
}

/* line 218, ../sass/style.scss */
.detail.contact {
  margin-top: 94px;
  background: url(../images/intro_part_01_bg.jpg) no-repeat center;
}

/* line 219, ../sass/style.scss */
.detail.contact .wrapper {
  padding: 60px 147px;
  margin-top: 60px;
  margin-bottom: 54px;
  background-color: #fff;
  box-shadow: 0 4px 11px rgba(210, 210, 210, 0.5);
}

/* line 220, ../sass/style.scss */
.detail.contact .caption {
  font-size: 24px;
  line-height: 24px;
}

/* line 221, ../sass/style.scss */
.detail.contact .title {
  margin-top: 38px;
  color: #14687E;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
}

/* line 222, ../sass/style.scss */
.detail.contact .title:first-child {
  margin-top: 31px;
}

/* line 223, ../sass/style.scss */
.detail.contact .txt {
  margin-top: 20px;
  color: #5C5C5C;
  font-size: 18px;
  line-height: 18px;
  max-width: 210px;
}

/* line 224, ../sass/style.scss */
.english .detail.contact .txt {
  padding-right: 10px;
  max-width: 100%;
  line-height: 1.2;
}

/* line 225, ../sass/style.scss */
.detail.contact .share {
  margin-top: 30px;
}

/* line 226, ../sass/style.scss */
.detail.contact .share img {
  width: 20px;
  margin-right: 24px;
  display: inline-block;
}

/* line 227, ../sass/style.scss */
.detail.contact .qrcode-wrap {
  margin-top: 30px;
  width: 92px;
  height: 92px;
  overflow: hidden;
  border: 1px solid #979797;
}

/* line 228, ../sass/style.scss */
.detail.contact label {
  font-size: 16px;
  line-height: 16px;
  color: #4A4A4A;
  width: 100%;
  margin: 18px auto 12px;
  display: block;
}

/* line 229, ../sass/style.scss */
.detail.contact label:first-child {
  margin-top: 36px;
}

/* line 230, ../sass/style.scss */
.detail.contact input, .detail.contact textarea {
  width: 100%;
  padding: 17px;
  border: 1px solid #DBDBDB;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  font-family: "微软雅黑";
}

/* line 231, ../sass/style.scss */
.detail.contact input {
  height: 48px;
}

/* line 232, ../sass/style.scss */
.detail.contact textarea {
  height: 125px;
}

/* line 233, ../sass/style.scss */
.detail.contact .btn-submit {
  width: 168px;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  display: inline-block;
  text-align: center;
  background-color: #37BDE0;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  color: #fff;
  letter-spacing: 2px;
  box-shadow: 0 4px 4px rgba(55, 189, 224, 0.2);
  margin-top: 30px;
}

/* line 235, ../sass/style.scss */
.detail .path {
  margin-top: 94px;
  color: #606060;
  font-size: 18px;
  line-height: 18px;
  padding: 36px 0;
}

/* line 236, ../sass/style.scss */
.detail .path a {
  color: inherit;
}

/* line 237, ../sass/style.scss */
.detail .wrapper-inner {
  background-color: #fff;
  box-shadow: 0 0 5px rgba(210, 210, 210, 0.5);
  margin-bottom: 30px;
  padding: 48px 50px 30px;
}

/* line 238, ../sass/style.scss */
.detail .wrapper-inner .caption {
  padding-bottom: 36px;
  border-bottom: 2px solid #ECECEC;
}

/* line 239, ../sass/style.scss */
.detail .wrapper-inner .cover {
  margin-top: 36px;
  margin-bottom: 22px;
}

/* line 240, ../sass/style.scss */
.detail .wrapper-inner .intro {
  color: #606060;
  line-height: 24px;
  font-size: 14px;
}

/* line 241, ../sass/style.scss */
.detail .wrapper-inner .category {
  color: #606060;
  line-height: 20px;
  margin-top: 10px;
  overflow: hidden;
}

/* line 242, ../sass/style.scss */
.detail .wrapper-inner .category a {
  color: inherit;
  margin-right: 20px;
  float: left;
  font-weight: 600;
}

/* line 243, ../sass/style.scss */
.detail .wrapper-inner .category i {
  font-style: normal;
  font-size: 18px;
  margin-right: 5px;
  font-weight: 400;
}

/* line 244, ../sass/style.scss */
.detail .wrapper-inner .list {
  margin-top: 36px;
  border-top: 2px solid #ECECEC;
}

/* line 245, ../sass/style.scss */
.detail .wrapper-inner .list .topic {
  font-size: 24px;
  line-height: 24px;
  color: #14687E;
  padding: 36px 0 10px;
}

/* line 246, ../sass/style.scss */
.detail .wrapper-inner .list .item {
  display: block;
  margin-top: 20px;
}

/* line 247, ../sass/style.scss */
.detail .wrapper-inner .list .item .thumb {
  /*background-color: #EFEFEF;*/
  min-height: 200px;
}

/* line 248, ../sass/style.scss */
.detail .wrapper-inner .list .item .thumb img {
  height: 195px;
}

/* line 249, ../sass/style.scss */
.detail .wrapper-inner .list .item .txt {
  padding: 0 20px;
  color: #4A4A4A;
  border: 1px solid #EFEFEF;
  border-top: none;
}

/* line 250, ../sass/style.scss */
.detail .wrapper-inner .list .item .title {
  font-size: 16px;
  line-height: 16px;
  padding: 16px 0;
  border-bottom: 1px solid #ECECEC;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 251, ../sass/style.scss */
.detail .wrapper-inner .list .item .date {
  font-size: 12px;
  line-height: 12px;
  padding: 20px 0 18px;
  background: url(../images/btn_card_arrow.svg) no-repeat right center;
}

/* line 252, ../sass/style.scss */
.detail .wrapper-inner .list .item .intro {
  font-size: 12px;
  line-height: 18px;
  height: 36px;
  overflow: hidden;
  margin-top: 10px;
  color: #606060;
}

/* line 253, ../sass/style.scss */
.detail .wrapper-inner .list .more {
  padding: 20px 0;
}

/* line 254, ../sass/style.scss */
.detail .wrapper-inner .list .more a {
  color: #606060;
}

/* line 256, ../sass/style.scss */
.detail .wrapper-inner .pagination-centered {
  margin-top: 48px;
}

/* line 257, ../sass/style.scss */
.pagination-centered {
  text-align: center;
}

/* line 258, ../sass/style.scss */
ul.pagination {
  display: inline-block;
  margin-right: 5px;
}

/* line 259, ../sass/style.scss */
ul.pagination li {
  color: #000;
  font-size: 14px;
  height: 28px;
  line-height: 28px;
}

/* line 260, ../sass/style.scss */
ul.pagination li {
  display: block;
  float: left;
}

/* line 261, ../sass/style.scss */
.pagination-centered ul.pagination li {
  display: inline-block;
  float: none;
}

/* line 262, ../sass/style.scss */
ul.pagination li a {
  color: #000;
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: inherit;
  height: inherit;
  padding: 0 8px;
  margin: 0 7px;
}

/* line 263, ../sass/style.scss */
ul.pagination li.current a {
  color: #37BDE0;
  cursor: default;
}

/* line 264, ../sass/style.scss */
ul.pagination li.more a {
  color: #000;
  cursor: default;
}

/* line 265, ../sass/style.scss */
ul.pagination li a:hover {
  color: #37BDE0;
}

/* line 266, ../sass/style.scss */
ul.pagination .arrow a {
  background-repeat: no-repeat;
  background-position: center;
}

/* line 267, ../sass/style.scss */
ul.pagination .arrow.prev a {
  background-image: url(../images/sponge_page_arrow_left_nor.svg);
}

/* line 268, ../sass/style.scss */
ul.pagination .prev.disabled a {
  background-image: url(../images/sponge_page_arrow_left_disable.svg);
  cursor: default;
}

/* line 269, ../sass/style.scss */
ul.pagination .arrow.next a {
  background-image: url(../images/sponge_page_arrow_right_nor.svg);
}

/* line 270, ../sass/style.scss */
ul.pagination .next.disabled a {
  background-image: url(../images/sponge_page_arrow_right_disable.svg);
  cursor: default;
}

/* line 271, ../sass/style.scss */
.pagination-centered span {
  color: #000;
  font-size: 14px;
  line-height: 28px;
}

/* line 272, ../sass/style.scss */
.pagination-centered input {
  color: #000;
  width: 60px;
  height: 28px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: none;
  -webkit-box-shadow: none;
}

/* line 274, ../sass/style.scss */
.model .wrapper-inner .list .topic {
  font-size: 32px;
  line-height: 32px;
}

/* line 275, ../sass/style.scss */
.model .wrapper-inner .list .item {
  border: none;
  margin-top: 64px;
}

/* line 276, ../sass/style.scss */
.model .wrapper-inner .list .item .thumb {
  height: auto;
  line-height: 70px;
  font-size: 14px;
}

/* line 277, ../sass/style.scss */
.model .wrapper-inner .list .item .thumb p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 278, ../sass/style.scss */
.model .wrapper-inner .list .item .name {
  color: #14687E;
  font-size: 16px;
  line-height: 1;
  position: relative;
  padding-bottom: 22px;
}

/* line 279, ../sass/style.scss */
.model .wrapper-inner .list .item .name:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 36px;
  height: 2px;
  background-color: #14687E;
}

/* line 280, ../sass/style.scss */
.model .wrapper-inner .list .item .brief {
  font-size: 14px;
  line-height: 1;
  margin-top: 24px;
  margin-bottom: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 281, ../sass/style.scss */
.model .wrapper-inner .list .row {
  margin-left: -40px;
  margin-right: -40px;
}

/* line 282, ../sass/style.scss */
.model .wrapper-inner .list .row > [class*="col-"] {
  padding-left: 40px;
  padding-right: 40px;
}

/* line 284, ../sass/style.scss */
.detail.case .wrapper-inner {
  padding-top: 0;
}

/* line 285, ../sass/style.scss */
.detail.case .wrapper-inner .caption, .detail.news .wrapper-inner .caption {
  text-align: center;
  border-bottom: 0;
  line-height: 1;
  position: relative;
  padding: 60px 0 30px;
}

/* line 286, ../sass/style.scss */
.detail.case {
  margin-top: -190px;
  position: relative;
}

/* line 287, ../sass/style.scss */
.detail.case .wrapper-inner .caption:after, .detail.news .wrapper-inner .caption:after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  left: 50%;
  margin-left: -4px;
  bottom: -3px;
  background-color: #14687E;
}

/* line 288, ../sass/style.scss */
.detail.case .wrapper-inner .caption:before, .detail.news .wrapper-inner .caption:before {
  position: absolute;
  content: "";
  width: 680px;
  height: 2px;
  left: 50%;
  margin-left: -340px;
  bottom: 0;
  background-color: #ececec;
}

/* line 289, ../sass/style.scss */
.detail.case .wrapper-inner .list {
  border-top: none;
  margin-top: 20px;
}

/* line 291, ../sass/style.scss */
.nav-pills {
  text-align: center;
}

/* line 292, ../sass/style.scss */
.nav-pills > li {
  display: inline-block;
  margin: 0 6px;
}

/* line 293, ../sass/style.scss */
.english .nav-pills > li {
  margin-top: 10px;
}

/* line 294, ../sass/style.scss */
.nav-pills > li > a {
  position: relative;
  display: block;
  padding: 12px 15px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  color: #606060;
  border: 1px solid #606060;
  font-size: 16px;
  line-height: 1;
}

/* line 295, ../sass/style.scss */
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
  color: #fff;
  background-color: #14687E;
  border-color: #14687E;
}

/* line 296, ../sass/style.scss */
.detail.case .nav-pills {
  margin-top: 40px;
}

/* line 297, ../sass/style.scss */
.detail.case .wrapper-inner .list .item {
  margin-top: 40px;
}

/* line 299, ../sass/style.scss */
.detail.news .wrapper-inner {
  box-shadow: none;
  padding-top: 0;
}

/* line 300, ../sass/style.scss */
.detail.news .wrapper-inner .list {
  border-top: none;
}

/* line 301, ../sass/style.scss */
.detail.news .wrapper-inner .list .item {
  margin-top: 0;
  overflow: hidden;
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}

/* line 302, ../sass/style.scss */
.detail.news .wrapper-inner .list .item .date {
  float: left;
  width: 105px;
  height: 100px;
  color: #fff;
  background: #ccc;
  text-align: center;
  font-size: 14px;
  margin-top: 20px;
}

/* line 303, ../sass/style.scss */
.detail.news .wrapper-inner .list .item .date span {
  font-size: 28px;
  display: block;
  line-height: 1.6;
}

/* line 304, ../sass/style.scss */
.detail.news .wrapper-inner .list .item .img {
  float: right;
  width: 213px;
  height: 140px;
  overflow: hidden;
}

/* line 305, ../sass/style.scss */
.detail.news .wrapper-inner .list .item .img img {
  position: relative;
  height: 100%;
  width: auto;
  max-width: 100%;
  margin: auto;
}

/* line 306, ../sass/style.scss */
.detail.news .wrapper-inner .list .item .txt {
  float: left;
  width: calc(100% - 318px);
  border: none;
  margin-top: 20px;
}

/* line 307, ../sass/style.scss */
.detail.news .wrapper-inner .list .item .title {
  color: #333;
  border-bottom: none;
}

/* line 308, ../sass/style.scss */
.detail.news .wrapper-inner .list .item .brief {
  color: #777;
  height: 3em;
  overflow: hidden;
}

/* line 310, ../sass/style.scss */
.detail .wrapper-inner .caption .info {
  margin-top: 26px;
  font-size: 16px;
  color: #606060;
  margin-bottom: 12px;
  font-weight: 400;
}

/* line 311, ../sass/style.scss */
.detail .wrapper-inner .caption .info .date {
  margin-left: 48px;
}

/* line 312, ../sass/style.scss */
.detail .wrapper-inner .caption .info .share img {
  width: 100%;
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
}

/* line 313, ../sass/style.scss */
.social-share .icon-wechat .wechat-qrcode .qrcode img {
  width: 100%;
  margin-left: 0;
}

/* line 314, ../sass/style.scss */
.detail .wrapper-inner .caption .info .share .social-share .icon-wechat .wechat-qrcode {
  top: 42px;
  box-shadow: 0 -2px 10px #aaa;
}

/* line 315, ../sass/style.scss */
.detail .wrapper-inner .caption .info .share .social-share .icon-wechat .wechat-qrcode:after {
  top: -15px;
  bottom: auto;
  border-color: transparent transparent #fff transparent;
  border-width: 6px 6px 8px 6px;
}

/* line 316, ../sass/style.scss */
.details .wrapper-inner .caption {
  padding-bottom: 0;
}

/* line 317, ../sass/style.scss */
.detail .wrapper-inner .content {
  margin-top: 36px;
  color: #606060;
  font-size: 14px;
  line-height: 20px;
  text-align: justify;
}

/* line 318, ../sass/style.scss */
.detail .wrapper-inner .content p + p {
  margin-top: 10px;
}

/* line 319, ../sass/style.scss */
.detail .wrapper-inner .content img {
  width: auto;
  margin: 30px auto 0;
  max-width: 100%;
}

/* line 320, ../sass/style.scss */
.detail .wrapper-inner .content .name {
  text-align: center;
  margin: 20px auto;
  color: rgba(96, 96, 96, 0.6);
}

/* line 321, ../sass/style.scss */
.detail .wrapper-inner .content img + .name {
  margin-bottom: 30px;
}

/* line 322, ../sass/style.scss */
.detail .wrapper-inner .content .name + img {
  margin-top: 0;
}

/* line 323, ../sass/style.scss */
.detail .wrapper-inner .pager span {
  float: left;
  width: 60px;
}

/* line 324, ../sass/style.scss */
.english .detail .wrapper-inner .pager span {
  width: 115px;
}

/* line 325, ../sass/style.scss */
.detail .wrapper-inner .pager a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  width: calc(100% - 60px);
  float: left;
}

/* line 326, ../sass/style.scss */
.english .detail .wrapper-inner .pager a {
  width: calc(100% - 115px);
}

/* line 327, ../sass/style.scss */
.detail .wrapper-inner .feature {
  margin-top: 10px;
}

/* line 328, ../sass/style.scss */
.detail .wrapper-inner .feature .title {
  color: #14687E;
  font-size: 20px;
  display: block;
  margin-top: 30px;
}

/* line 329, ../sass/style.scss */
.detail .wrapper-inner .feature .des {
  height: 45px;
  overflow: hidden;
  margin-top: 12px;
}

/* line 330, ../sass/style.scss */
.detail .wrapper-inner .feature .more {
  color: #606060;
  margin-top: 10px;
  display: inline-block;
}

/* line 332, ../sass/style.scss */
.gotop {
  position: fixed;
  right: 20px;
  bottom: 50px;
  background: rgba(21, 33, 42, 0.6) url(../images/ico-arrow-up.svg) no-repeat center;
  width: 45px;
  height: 45px;
  cursor: pointer;
  display: none;
  border: 1px solid #27353f;
  z-index: 100;
}

/* line 334, ../sass/style.scss */
.detail.search .path {
  padding: 2px;
}

/* line 335, ../sass/style.scss */
.detail.search .wrapper-inner {
  padding-left: 0;
  padding-right: 0;
}

/* line 336, ../sass/style.scss */
.detail.search .wrapper-inner .caption {
  text-align: center;
  font-weight: 400;
  border-bottom: none;
}

/* line 337, ../sass/style.scss */
.detail.search .wrapper-inner .list {
  border-top: none;
}

/* line 338, ../sass/style.scss */
.search-box {
  text-align: center;
}

/* line 339, ../sass/style.scss */
.search-box input {
  width: 700px;
  border: 1px solid #bbb;
  height: 65px;
  padding: 20px 15px;
  font-size: 16px;
}

/* line 340, ../sass/style.scss */
.search-box .btn {
  font-size: 16px;
  display: inline-block;
  background-color: #13687d;
  color: #fff;
  height: 65px;
  line-height: 65px;
  width: 100px;
  text-align: center;
  border-radius: 4px;
  margin-left: -1px;
}

/* line 341, ../sass/style.scss */
.tab {
  border-bottom: 1px solid #ececec;
}

/* line 342, ../sass/style.scss */
.tab a {
  display: inline-block;
  position: relative;
  color: #606060;
  padding: 30px 35px;
  font-size: 16px;
  line-height: 1;
}

/* line 343, ../sass/style.scss */
.tab a.active {
  color: #14687E;
}

/* line 344, ../sass/style.scss */
.tab a.active:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #14687E;
  left: 0;
  bottom: 0;
}

/* line 345, ../sass/style.scss */
.tab-content .tab-inner {
  display: none;
}

/* line 346, ../sass/style.scss */
.tab-content .tab-inner.active {
  display: block;
}

/* line 347, ../sass/style.scss */
.search .tab {
  margin-top: 30px;
}

/* line 348, ../sass/style.scss */
.search .result {
  font-size: 16px;
  margin-top: 20px;
}

/* line 349, ../sass/style.scss */
.search .result span {
  color: #14687E;
  margin: 0 10px;
}

/* line 350, ../sass/style.scss */
.search .tab-content {
  padding-left: 50px;
  padding-right: 50px;
}

/* line 351, ../sass/style.scss */
.search .wrapper-inner .list {
  margin-top: 20px;
}

/* line 352, ../sass/style.scss */
.search .other {
  padding-top: 20px;
}

/* line 353, ../sass/style.scss */
.search .other .item {
  margin-top: 20px;
  display: block;
  border: 1px solid #ececec;
  padding: 0 15px;
  color: #4A4A4A;
}

/* line 354, ../sass/style.scss */
.search .other .item .title {
  font-size: 16px;
  line-height: 1;
  padding: 16px 0;
  border-bottom: 1px solid #ececec;
  overflow: hidden;
}

/* line 355, ../sass/style.scss */
.search .other .item .date {
  font-size: 12px;
  float: right;
  margin-top: 3px;
}

/* line 356, ../sass/style.scss */
.search .other .item .brief {
  font-size: 14px;
  line-height: 20px;
  max-height: 40px;
  overflow: hidden;
  margin: 10px 0;
}

/* line 357, ../sass/style.scss */
.search .other .item em {
  font-style: normal;
  color: #14687E;
}

/* line 359, ../sass/style.scss */
table {
  width: 100%;
  table-layout: fixed;
  empty-cells: show;
  border-collapse: collapse;
  margin: 0 auto;
  color: #606060;
}

/* line 367, ../sass/style.scss */
table th, table td {
  padding: 0;
  border: none;
}

@media (min-width: 1440px) {
  /* line 373, ../sass/style.scss */
  .in4 {
    background-size: 100% auto;
  }
}
@media (max-width: 1366px) {
  /* line 381, ../sass/style.scss */
  .footer .top .inner {
    padding-left: 30px;
    padding-right: 20px;
  }

  /* line 382, ../sass/style.scss */
  .footer .top .title {
    padding-right: 30px;
    width: 175px;
  }
}
@media (max-width: 1280px) {
  /* line 386, ../sass/style.scss */
  .p_head .ul1 li .l_nav span {
    font-size: 12px;
  }

  /* line 387, ../sass/style.scss */
  .p_head .ul1 li .l_cot a {
    font-size: 10px;
  }

  /* line 388, ../sass/style.scss */
  .in1 .txt {
    padding-right: 30px;
  }

  /* line 389, ../sass/style.scss */
  .in1 .img {
    padding-left: 30px;
  }

  /* line 391, ../sass/style.scss */
  .footer .top .title {
    width: 170px;
    padding-right: 20px;
  }

  /* line 392, ../sass/style.scss */
  .footer .top .inner {
    padding-left: 20px;
    padding-right: 12px;
  }
}
@media (min-width: 1200px) {
  /* line 395, ../sass/style.scss */
  .in2 .row {
    margin-left: -32px;
    margin-right: -32px;
  }

  /* line 396, ../sass/style.scss */
  .in2 .row > [class*="col-"] {
    padding-left: 32px;
    padding-right: 32px;
  }

  /* line 397, ../sass/style.scss */
  .in3 .row {
    margin-left: -20px;
    margin-right: -20px;
  }

  /* line 398, ../sass/style.scss */
  .in3 .row > [class*="col-"] {
    padding-left: 20px;
    padding-right: 20px;
  }

  /* line 399, ../sass/style.scss */
  .in1 .box, .in2 .box, .in3 .box {
    padding-left: 40px;
    padding-right: 40px;
  }

  /* line 400, ../sass/style.scss */
  .detail .box {
    width: 1080px;
  }

  /* line 401, ../sass/style.scss */
  .team .box {
    width: 954px;
  }
}
@media only screen and (max-width: 1199px) {
  /* line 405, ../sass/style.scss */
  .in1 .txt {
    padding-right: 15px;
  }

  /* line 406, ../sass/style.scss */
  .in1 .img {
    padding-left: 15px;
  }

  /* line 407, ../sass/style.scss */
  .footer .top .title {
    width: 160px;
    padding-right: 15px;
  }

  /* line 408, ../sass/style.scss */
  .footer .top .inner {
    padding-left: 15px;
    padding-right: 10px;
  }

  /* line 409, ../sass/style.scss */
  .footer .inner .contact span {
    margin-right: 40px;
  }

  /* line 410, ../sass/style.scss */
  .box {
    width: 90%;
  }

  /* line 411, ../sass/style.scss */
  .swiper2 {
    padding-left: 14px;
    padding-right: 14px;
  }

  /* line 413, ../sass/style.scss */
  .in6 .img img {
    margin: 0 18px;
    height: 120px;
  }
}
@media only screen and (max-width: 903px) {
  /* line 416, ../sass/style.scss */
  .footer-wrap {
    height: 369px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 419, ../sass/style.scss */
  .footer-wrap {
    height: 517px;
  }
}
@media only screen and (max-width: 414px) {
  /* line 422, ../sass/style.scss */
  .footer-wrap {
    height: 599px;
  }
}
@media (max-width: 1024px) {
  /* line 425, ../sass/style.scss */
  .box {
    width: 90%;
  }

  /* line 427, ../sass/style.scss */
  .p_head {
    display: none;
  }

  /* line 428, ../sass/style.scss */
  .mhead {
    display: block;
    width: 100%;
    overflow-x: hidden;
    background: #14687E;
  }

  /* line 429, ../sass/style.scss */
  .mhead .mlogo {
    width: 100%;
    overflow: hidden;
    height: 70px;
    box-sizing: border-box;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
  }

  /* line 430, ../sass/style.scss */
  .mhead .mlogo a {
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
  }

  /* line 431, ../sass/style.scss */
  .mhead .mlogo img {
    display: block;
    height: 100%;
    margin: auto;
  }

  /* line 432, ../sass/style.scss */
  .mhead .mnav {
    height: 50px;
    background: #2289a4;
    width: 100%;
    left: 0;
    z-index: 19;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
  }

  /* line 433, ../sass/style.scss */
  .mhead .mnav .rt {
    float: left;
    width: 65%;
    text-align: center;
    line-height: 50px;
  }

  /* line 434, ../sass/style.scss */
  .mhead .mnav .rt span {
    font-weight: bold;
    color: #fff;
    background: url(../images/ico-menu.png) center right no-repeat;
    background-size: auto 14px;
    padding-right: 30px;
  }

  /* line 435, ../sass/style.scss */
  .mhead .mnav .lt {
    width: 35%;
    float: right;
  }

  /* line 436, ../sass/style.scss */
  .mhead .mnav .lt a {
    display: block;
    width: 100%;
    float: left;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-weight: bold;
    border-left: 1px solid #fff;
    box-sizing: border-box;
  }

  /* line 437, ../sass/style.scss */
  .mhead .mnav .lt a img {
    position: relative;
    width: 16px;
    top: 2px;
    right: 5px;
  }

  /* line 438, ../sass/style.scss */
  .m_ntc {
    display: none;
    position: absolute;
    top: 120px;
    left: 0;
    width: 100%;
    z-index: 20;
  }

  /* line 439, ../sass/style.scss */
  .mh_nav {
    display: block;
    width: 65%;
    background: #2289a4;
    box-sizing: border-box;
    text-align: left;
  }

  /* line 440, ../sass/style.scss */
  .m_nbg {
    background: #fff;
  }

  /* line 441, ../sass/style.scss */
  .mh_nav li {
    border-bottom: 1px solid #2289a4;
  }

  /* line 442, ../sass/style.scss */
  .mh_nav li a {
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 15% 0 0;
    color: #fff;
    font-size: 14px;
  }

  /* line 443, ../sass/style.scss */
  .mh_nav li .ltp {
    font-size: 13px;
    line-height: 40px;
    padding: 0 15% 0 0;
    color: #fff;
    background: #14687E url(../images/ico-plus-filled.png) 95% center no-repeat;
    background-size: auto 55%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    padding: 0 5%;
  }

  /* line 444, ../sass/style.scss */
  .mh_nav li.nosub .ltp {
    background-image: none;
  }

  /* line 445, ../sass/style.scss */
  .mh_nav li.act .ltp {
    padding: 0 5%;
    background: #14687E url(../images/ico-minus-filled.png) 95% center no-repeat;
    background-size: auto 55%;
  }

  /* line 446, ../sass/style.scss */
  .mh_nav li .l_cot {
    display: none;
  }

  /* line 447, ../sass/style.scss */
  .mh_nav li:nth-child(1) .l_cot {
    display: block;
  }

  /* line 448, ../sass/style.scss */
  .mh_nav li .l_cot a {
    font-size: 12px;
    padding: 0 5%;
  }

  /* line 450, ../sass/style.scss */
  .swiper1 {
    margin-top: 0;
  }

  /* line 451, ../sass/style.scss */
  .swiper1, .swiper1 .swiper-slide a {
    height: 418px;
  }

  /* line 452, ../sass/style.scss */
  .swiper1 .swiper-slide a > img {
    width: 1024px;
    margin-left: -512px;
  }

  /* line 453, ../sass/style.scss */
  .swiper1 .swiper-slide a .alt .txt {
    font-size: 24px;
    line-height: 1.5;
  }

  /* line 454, ../sass/style.scss */
  .swiper-container .swiper-button {
    display: none;
  }

  /* line 456, ../sass/style.scss */
  .swiper2 {
    padding-left: 0;
    padding-right: 0;
  }

  /* line 457, ../sass/style.scss */
  .swiper2 .swiper-slide {
    padding: 7px;
  }

  /* line 458, ../sass/style.scss */
  .swiper2 .next_sw2, .swiper2 .prev_sw2 {
    display: none;
  }

  /* line 459, ../sass/style.scss */
  .swiper2:hover .next_sw2, .swiper2:hover .prev_sw2 {
    display: none;
  }

  /* line 460, ../sass/style.scss */
  .banner, .banner .b_box {
    margin-top: 0;
    height: 418px;
  }

  /* line 461, ../sass/style.scss */
  .banner > img {
    width: 1024px;
    margin-left: -512px;
  }

  /* line 462, ../sass/style.scss */
  .banner .b_box .tt {
    font-size: 32px;
    line-height: 1.8;
  }

  /* line 463, ../sass/style.scss */
  .banner .b_box .tc {
    font-size: 20px;
    width: 90%;
    line-height: 1.8;
  }

  /* line 465, ../sass/style.scss */
  .detail.contact {
    margin-top: 0;
  }

  /* line 466, ../sass/style.scss */
  .detail .path {
    margin-top: 0;
    line-height: 16px;
    font-size: 16px;
    padding: 25px 0;
  }

  /* line 467, ../sass/style.scss */
  .detail .wrapper-inner {
    padding: 30px 30px 20px;
  }

  /* line 469, ../sass/style.scss */
  .model .wrapper-inner .list .row {
    margin-left: -20px;
    margin-right: -20px;
  }

  /* line 470, ../sass/style.scss */
  .model .wrapper-inner .list .row > [class*="col-"] {
    padding-left: 20px;
    padding-right: 20px;
  }

  /* line 472, ../sass/style.scss */
  .in6 .img img {
    height: 100px;
    margin: 0 20px;
  }

  /* line 474, ../sass/style.scss */
  .search-box input {
    width: 70%;
  }

  /* line 475, ../sass/style.scss */
  .search .tab-content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 991px) {
  /* line 479, ../sass/style.scss */
  .home .caption {
    font-size: 24px;
  }

  /* line 480, ../sass/style.scss */
  .home .caption:after {
    bottom: -30px;
  }

  /* line 482, ../sass/style.scss */
  .in1 {
    padding: 80px 0 50px;
  }

  /* line 483, ../sass/style.scss */
  .in1 .caption {
    margin-bottom: 30px;
  }

  /* line 484, ../sass/style.scss */
  .in1 .img {
    text-align: center;
    padding-left: 8px;
  }

  /* line 485, ../sass/style.scss */
  .in1 .txt {
    padding-right: 8px;
  }

  /* line 487, ../sass/style.scss */
  .in {
    padding: 50px 0 80px;
  }

  /* line 488, ../sass/style.scss */
  .in .caption {
    margin-bottom: 40px;
  }

  /* line 489, ../sass/style.scss */
  .in .item {
    margin-top: 30px;
  }

  /* line 491, ../sass/style.scss */
  .in2 .caption .subtitle {
    font-size: 16px;
    margin-top: 22px;
  }

  /* line 492, ../sass/style.scss */
  .in2 .item {
    padding: 20px;
  }

  /* line 494, ../sass/style.scss */
  .in3 .item {
    height: 126px;
  }

  /* line 495, ../sass/style.scss */
  .in3 .item .img {
    width: 95px;
  }

  /* line 496, ../sass/style.scss */
  .in3 .item .txt {
    padding-right: 20px;
  }

  /* line 498, ../sass/style.scss */
  .swiper2 {
    margin-top: 95px;
    padding-bottom: 30px;
  }

  /* line 499, ../sass/style.scss */
  .btn-more-row {
    margin-top: 30px;
  }

  /* line 501, ../sass/style.scss */
  .in5 {
    background-size: 992px auto;
    height: 252px;
  }

  /* line 502, ../sass/style.scss */
  .in5 .alt span {
    font-size: 24px;
    line-height: 1.8;
  }

  /* line 503, ../sass/style.scss */
  .in6 .img {
    margin-top: 50px;
  }

  /* line 504, ../sass/style.scss */
  .in6 .img img {
    height: 80px;
    margin: 0 20px;
  }

  /* line 505, ../sass/style.scss */
  .in6 .img .name {
    margin-top: 8px;
  }

  /* line 507, ../sass/style.scss */
  .footer .top .title {
    font-size: 20px;
    width: 140px;
  }

  /* line 508, ../sass/style.scss */
  .footer .inner .contact span {
    margin-right: 30px;
  }

  /* line 509, ../sass/style.scss */
  .detail .wrapper {
    padding: 80px 0;
  }

  /* line 510, ../sass/style.scss */
  .detail .box .caption {
    font-size: 24px;
    line-height: 24px;
  }

  /* line 511, ../sass/style.scss */
  .company .part1 {
    background-size: 1024px 100%;
  }

  /* line 512, ../sass/style.scss */
  .company .part1 .img {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  /* line 513, ../sass/style.scss */
  .company .part2 .img, .company .intro {
    margin-top: 30px;
  }

  /* line 514, ../sass/style.scss */
  .team .list li {
    padding: 40px 0;
  }

  /* line 515, ../sass/style.scss */
  .team .list .txt {
    padding-left: 30px;
  }

  /* line 516, ../sass/style.scss */
  .detail.contact .wrapper {
    padding: 45px 80px;
  }

  /* line 517, ../sass/style.scss */
  .detail .wrapper-inner .caption {
    padding-bottom: 25px;
  }

  /* line 518, ../sass/style.scss */
  .detail .wrapper-inner .cover {
    margin-top: 25px;
    margin-bottom: 18px;
  }

  /* line 519, ../sass/style.scss */
  .detail .wrapper-inner .list {
    margin-top: 25px;
  }

  /* line 520, ../sass/style.scss */
  .detail .wrapper-inner .list .topic {
    padding-top: 20px;
    font-size: 20px;
    line-height: 20px;
  }

  /* line 521, ../sass/style.scss */
  .detail .wrapper-inner .list .item {
    margin-top: 12px;
  }

  /* line 522, ../sass/style.scss */
  .detail .wrapper-inner .list .item .txt {
    padding: 0 12px;
  }

  /* line 523, ../sass/style.scss */
  .detail .wrapper-inner .list .item .title {
    padding: 12px 0;
  }

  /* line 524, ../sass/style.scss */
  .detail .wrapper-inner .list .item .date {
    padding: 15px 0;
  }

  /* line 525, ../sass/style.scss */
  .detail .wrapper-inner .list .item .more {
    padding-bottom: 12px;
  }

  /* line 526, ../sass/style.scss */
  .detail .wrapper-inner .pagination-centered {
    margin-top: 30px;
  }

  /* line 527, ../sass/style.scss */
  .model .wrapper-inner .list .row {
    margin-left: -12px;
    margin-right: -12px;
  }

  /* line 528, ../sass/style.scss */
  .model .wrapper-inner .list .row > [class*="col-"] {
    padding-left: 12px;
    padding-right: 12px;
  }

  /* line 529, ../sass/style.scss */
  .model .wrapper-inner .list .item {
    margin-top: 30px;
  }

  /* line 530, ../sass/style.scss */
  .model .wrapper-inner .list .item .name {
    padding-bottom: 15px;
  }

  /* line 531, ../sass/style.scss */
  .model .wrapper-inner .list .item .brief {
    margin-top: 15px;
    margin-bottom: 20px;
  }

  /* line 532, ../sass/style.scss */
  .model .wrapper-inner .list .item .thumb {
    line-height: 50px;
  }

  /* line 534, ../sass/style.scss */
  .detail.case .wrapper-inner .caption, .detail.news .wrapper-inner .caption {
    padding: 45px 0 25px;
  }

  /* line 535, ../sass/style.scss */
  .detail.case {
    margin-top: -150px;
  }

  /* line 536, ../sass/style.scss */
  .detail.case .wrapper-inner .caption:before, .detail.news .wrapper-inner .caption:before {
    width: 70%;
    margin-left: -35%;
  }

  /* line 538, ../sass/style.scss */
  .nav-pills > li {
    margin: 10px 0 0;
  }

  /* line 539, ../sass/style.scss */
  .nav-pills > li > a {
    font-size: 14px;
    padding: 10px;
  }

  /* line 540, ../sass/style.scss */
  .detail.case .nav-pills {
    margin-top: 25px;
  }

  /* line 541, ../sass/style.scss */
  .detail.case .wrapper-inner .list .item {
    margin-top: 25px;
  }

  /* line 542, ../sass/style.scss */
  .detail .wrapper-inner .caption .info {
    margin-top: 15px;
    margin-bottom: 0;
  }

  /* line 543, ../sass/style.scss */
  .detail .wrapper-inner .content {
    margin-top: 25px;
  }

  /* line 544, ../sass/style.scss */
  .detail .wrapper-inner .content img {
    margin: 20px auto 0;
  }

  /* line 545, ../sass/style.scss */
  .detail .wrapper-inner .content .name {
    margin: 10px auto;
  }

  /* line 546, ../sass/style.scss */
  .detail .wrapper-inner .content img + .name {
    margin-bottom: 20px;
  }

  /* line 548, ../sass/style.scss */
  .search-box input, .search-box .btn {
    height: 50px;
  }

  /* line 549, ../sass/style.scss */
  .search-box .btn {
    line-height: 50px;
  }

  /* line 550, ../sass/style.scss */
  .search-box input {
    padding: 15px;
  }

  /* line 551, ../sass/style.scss */
  .search .other .item {
    margin-top: 12px;
  }

  /* line 553, ../sass/style.scss */
  .detail .wrapper-inner .feature .title {
    font-size: 16px;
    margin-top: 20px;
  }

  /* line 554, ../sass/style.scss */
  .detail .wrapper-inner .feature .des {
    height: 45px;
    margin-top: 8px;
  }

  /* line 555, ../sass/style.scss */
  .detail .wrapper-inner .feature .more {
    margin-top: 8px;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  /* line 559, ../sass/style.scss */
  .ping {
    display: none !important;
  }

  /* line 560, ../sass/style.scss */
  .ming {
    display: block !important;
  }

  /* line 561, ../sass/style.scss */
  .sing {
    display: none !important;
  }

  /* line 562, ../sass/style.scss */
  .pming {
    display: block !important;
  }

  /* line 563, ../sass/style.scss */
  .sming {
    display: block !important;
  }
}
@media (max-width: 767px) {
  /* line 567, ../sass/style.scss */
  .ping {
    display: none !important;
  }

  /* line 568, ../sass/style.scss */
  .ming {
    display: none !important;
  }

  /* line 569, ../sass/style.scss */
  .sing {
    display: block !important;
  }

  /* line 570, ../sass/style.scss */
  .pming {
    display: none !important;
  }

  /* line 571, ../sass/style.scss */
  .sming {
    display: block !important;
  }

  /* line 572, ../sass/style.scss */
  .swiper1, .swiper1 .swiper-slide a {
    height: 314px;
  }

  /* line 573, ../sass/style.scss */
  .swiper1 .swiper-slide a > img {
    width: 768px;
    margin-left: -359px;
  }

  /* line 574, ../sass/style.scss */
  .swiper1 .swiper-slide a .alt .txt {
    font-size: 20px;
  }

  /* line 576, ../sass/style.scss */
  .home .caption {
    font-size: 20px;
  }

  /* line 577, ../sass/style.scss */
  .home .caption:after {
    bottom: -20px;
  }

  /* line 579, ../sass/style.scss */
  .in1 {
    padding: 50px 0 30px;
    background-size: auto 100%;
  }

  /* line 580, ../sass/style.scss */
  .in1 .caption {
    margin-bottom: 20px;
  }

  /* line 581, ../sass/style.scss */
  .in1 .img {
    text-align: center;
    padding-left: 5px;
  }

  /* line 582, ../sass/style.scss */
  .in1 .txt {
    padding-right: 5px;
  }

  /* line 583, ../sass/style.scss */
  .in1 .txt p {
    font-size: 14px;
    line-height: 1.5;
  }

  /* line 586, ../sass/style.scss */
  .in {
    padding: 30px 0 50px;
    background-size: auto 100%;
  }

  /* line 587, ../sass/style.scss */
  .in .caption {
    margin-bottom: 30px;
  }

  /* line 588, ../sass/style.scss */
  .in .item {
    margin-top: 15px;
  }

  /* line 590, ../sass/style.scss */
  .in2 .caption .subtitle {
    font-size: 14px;
    margin-top: 15px;
  }

  /* line 591, ../sass/style.scss */
  .in2 .item {
    padding: 20px;
  }

  /* line 593, ../sass/style.scss */
  .in3 .item {
    height: 126px;
  }

  /* line 594, ../sass/style.scss */
  .in3 .item .img {
    width: 120px;
  }

  /* line 596, ../sass/style.scss */
  .swiper2 {
    margin-top: 45px;
    padding-bottom: 25px;
  }

  /* line 597, ../sass/style.scss */
  .btn-more-row {
    margin-top: 20px;
  }

  /* line 598, ../sass/style.scss */
  .sw_m2 .swiper-pagination-bullet {
    width: 22px;
  }

  /* line 600, ../sass/style.scss */
  .in5 {
    background-size: 768px auto;
    height: 195px;
  }

  /* line 601, ../sass/style.scss */
  .in5 .alt span {
    font-size: 18px;
    line-height: 1.5;
  }

  /* line 603, ../sass/style.scss */
  .in6 .img {
    margin-top: 10px;
  }

  /* line 604, ../sass/style.scss */
  .in6 .img img {
    height: 120px;
    margin: 0 60px;
    margin-top: 20px;
  }

  /* line 606, ../sass/style.scss */
  .footer {
    background-size: auto 100%;
  }

  /* line 607, ../sass/style.scss */
  .footer .top .title {
    font-size: 18px;
    width: 130px;
    float: left;
    margin-bottom: 30px;
    text-align: left;
  }

  /* line 608, ../sass/style.scss */
  .footer .top .qrcode-wrap {
    float: left;
    margin-top: 20px;
  }

  /* line 609, ../sass/style.scss */
  .footer .top .inner {
    padding: 0;
    float: left;
    width: 100%;
  }

  /* line 610, ../sass/style.scss */
  .footer .inner .name {
    margin-top: 15px;
  }

  /* line 612, ../sass/style.scss */
  .banner, .banner .b_box {
    height: 314px;
  }

  /* line 613, ../sass/style.scss */
  .banner > img {
    width: 768px;
    margin-left: -384px;
  }

  /* line 614, ../sass/style.scss */
  .banner .b_box .tt {
    font-size: 26px;
  }

  /* line 615, ../sass/style.scss */
  .banner .b_box .tc {
    font-size: 16px;
  }

  /* line 617, ../sass/style.scss */
  .detail .wrapper {
    padding: 50px 0;
  }

  /* line 618, ../sass/style.scss */
  .detail .box .caption {
    font-size: 20px;
    line-height: 20px;
  }

  /* line 619, ../sass/style.scss */
  .company .intro {
    margin-top: 15px;
  }

  /* line 620, ../sass/style.scss */
  .company .part1 {
    background-size: 992px auto;
  }

  /* line 621, ../sass/style.scss */
  .company .part1 .img {
    width: 100%;
    margin: 15px;
  }

  /* line 622, ../sass/style.scss */
  .company .part2 .img {
    margin-top: 0;
  }

  /* line 623, ../sass/style.scss */
  .company .part2 .img .right img {
    max-width: 100%;
  }

  /* line 624, ../sass/style.scss */
  .company .part2 [class*="col-"] {
    margin-top: 15px;
  }

  /* line 625, ../sass/style.scss */
  .team .list li {
    padding: 25px 0;
  }

  /* line 626, ../sass/style.scss */
  .team .list .txt {
    padding-left: 15px;
  }

  /* line 627, ../sass/style.scss */
  .detail.contact .title {
    font-size: 16px;
    margin-top: 20px !important;
  }

  /* line 628, ../sass/style.scss */
  .detail.contact .txt {
    font-size: 14px;
    margin-top: 10px;
    max-width: 100%;
  }

  /* line 629, ../sass/style.scss */
  .detail.contact .share, .detail.contact .qrcode-wrap {
    margin-top: 20px;
  }

  /* line 630, ../sass/style.scss */
  .detail.contact label {
    font-size: 14px;
    margin: 10px auto;
  }

  /* line 631, ../sass/style.scss */
  .detail.contact input, .detail.contact textarea {
    padding: 12px;
  }

  /* line 632, ../sass/style.scss */
  .detail.contact input {
    height: 40px;
  }

  /* line 633, ../sass/style.scss */
  .detail.contact .btn-submit {
    margin-top: 25px;
  }

  /* line 634, ../sass/style.scss */
  .detail.contact {
    background-size: auto 100%;
  }

  /* line 635, ../sass/style.scss */
  .detail.contact .wrapper {
    padding: 30px 50px;
  }

  /* line 637, ../sass/style.scss */
  ul.pagination li a {
    margin: 0;
  }

  /* line 638, ../sass/style.scss */
  .pagination-centered input {
    width: 45px;
  }

  /* line 639, ../sass/style.scss */
  .detail .wrapper-inner {
    padding: 25px 20px 15px;
  }

  /* line 640, ../sass/style.scss */
  .detail .wrapper-inner .list .topic {
    font-size: 16px;
    line-height: 16px;
  }

  /* line 641, ../sass/style.scss */
  .detail .wrapper-inner .list .item .title {
    font-size: 14px;
  }

  /* line 642, ../sass/style.scss */
  .detail .wrapper-inner .list .item .more {
    font-size: 13px;
  }

  /* line 644, ../sass/style.scss */
  .detail.case {
    margin-top: -120px;
  }

  /* line 645, ../sass/style.scss */
  .detail.case .wrapper-inner .caption, .detail.news .wrapper-inner .caption {
    padding: 30px 0 20px;
  }

  /* line 646, ../sass/style.scss */
  .detail.news .wrapper-inner .list .item {
    padding: 12px 0;
  }

  /* line 647, ../sass/style.scss */
  .detail.news .wrapper-inner .list .item .img {
    width: 100%;
  }

  /* line 648, ../sass/style.scss */
  .detail.news .wrapper-inner .list .item .date, .detail.news .wrapper-inner .list .item .txt {
    margin-top: 10px;
  }

  /* line 649, ../sass/style.scss */
  .detail.news .wrapper-inner .list .item .date {
    width: 90px;
    height: 85px;
  }

  /* line 650, ../sass/style.scss */
  .detail.news .wrapper-inner .list .item .date span {
    font-size: 24px;
  }

  /* line 651, ../sass/style.scss */
  .detail.news .wrapper-inner .list .item .txt {
    width: calc(100% - 90px);
    padding-right: 0;
  }

  /* line 653, ../sass/style.scss */
  .nav-pills > li {
    margin-top: 8px;
  }

  /* line 654, ../sass/style.scss */
  .detail.case .nav-pills {
    margin-top: 20px;
  }

  /* line 655, ../sass/style.scss */
  .detail.case .wrapper-inner .list .item {
    margin-top: 20px;
  }

  /* line 657, ../sass/style.scss */
  .detail .wrapper-inner .caption .info {
    font-size: 14px;
  }

  /* line 658, ../sass/style.scss */
  .detail .wrapper-inner .caption .info .date {
    margin-left: 15px;
  }

  /* line 659, ../sass/style.scss */
  .detail .wrapper-inner .caption .info .share img {
    margin-left: 5px;
  }

  /* line 661, ../sass/style.scss */
  .detail .wrapper-inner .content img {
    margin: 15px auto 0;
  }

  /* line 662, ../sass/style.scss */
  .detail .wrapper-inner .content .name {
    margin: 15px auto 10px;
  }

  /* line 663, ../sass/style.scss */
  .detail .wrapper-inner .content img + .name {
    margin-bottom: 15px;
  }

  /* line 665, ../sass/style.scss */
  .search-box input, .search-box .btn {
    height: 40px;
    font-size: 14px;
  }

  /* line 666, ../sass/style.scss */
  .search-box .btn {
    line-height: 40px;
  }

  /* line 667, ../sass/style.scss */
  .search-box input {
    padding: 10px;
    width: 60%;
  }

  /* line 668, ../sass/style.scss */
  .search .tab {
    margin-top: 20px;
  }

  /* line 669, ../sass/style.scss */
  .tab a, .search .result, .search .other .item .title {
    font-size: 14px;
  }

  /* line 670, ../sass/style.scss */
  .tab a {
    padding: 15px;
  }

  /* line 671, ../sass/style.scss */
  .search .tab-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  /* line 673, ../sass/style.scss */
  .detail .wrapper-inner .feature .des {
    height: auto;
    max-height: 45px;
    margin-top: 8px;
  }

  /* line 674, ../sass/style.scss */
  .detail .wrapper-inner .feature .more {
    margin-top: 5px;
  }
}
@media only screen and (max-width: 600px) {
  /* line 678, ../sass/style.scss */
  .footer .copyright {
    height: auto;
  }

  /* line 679, ../sass/style.scss */
  .footer .copyright {
    line-height: 1.5;
    padding: 10px;
  }

  /* line 680, ../sass/style.scss */
  .footer .copyright span + span {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 414px) {
  /* line 685, ../sass/style.scss */
  .swiper1 .swiper-slide a .alt .txt {
    font-size: 18px;
  }

  /* line 686, ../sass/style.scss */
  .mh_nav .search-box input {
    padding-left: 25px;
  }

  /* line 688, ../sass/style.scss */
  .in1 {
    padding: 30px 0 20px;
  }

  /* line 689, ../sass/style.scss */
  .in1 .caption {
    margin-bottom: 15px;
  }

  /* line 690, ../sass/style.scss */
  .in3 .item {
    height: 110px;
  }

  /* line 691, ../sass/style.scss */
  .in3 .item .img {
    width: 80px;
  }

  /* line 692, ../sass/style.scss */
  .in3 .item .txt {
    padding-right: 15px;
  }

  /* line 693, ../sass/style.scss */
  .in6 .img {
    margin-top: 0px;
  }

  /* line 694, ../sass/style.scss */
  .in6 .img span {
    display: block;
  }

  /* line 695, ../sass/style.scss */
  .in6 .img img {
    height: 120px;
    margin: 15px auto 0;
    display: block;
    max-width: 100%;
  }

  /* line 696, ../sass/style.scss */
  .in6 .img .name {
    margin-top: 5px;
  }

  /* line 697, ../sass/style.scss */
  .btn-more-row .btn {
    height: 45px;
    line-height: 45px;
  }

  /* line 698, ../sass/style.scss */
  .footer .top {
    padding: 30px 0;
  }

  /* line 699, ../sass/style.scss */
  .footer .copyright {
    padding: 10px 0;
  }

  /* line 700, ../sass/style.scss */
  .footer .copyright span:last-child {
    display: block;
  }

  /* line 701, ../sass/style.scss */
  .banner .b_box .tt {
    font-size: 22px;
    line-height: 1.5;
  }

  /* line 702, ../sass/style.scss */
  .banner .b_box .tc {
    font-size: 14px;
    line-height: 1.5;
  }

  /* line 704, ../sass/style.scss */
  .detail .wrapper {
    padding: 30px 0;
  }

  /* line 705, ../sass/style.scss */
  .detail .box .caption {
    font-size: 16px;
  }

  /* line 706, ../sass/style.scss */
  .company .intro {
    font-size: 14px;
    line-height: 1.5;
  }

  /* line 707, ../sass/style.scss */
  .company .part1 {
    background-size: 768px auto;
  }

  /* line 708, ../sass/style.scss */
  .team .list li {
    padding: 20px 0;
  }

  /* line 709, ../sass/style.scss */
  .team .list .thumb {
    float: none;
    margin: auto;
  }

  /* line 710, ../sass/style.scss */
  .team .list .txt {
    padding-left: 0;
    width: 100%;
  }

  /* line 711, ../sass/style.scss */
  .team .list .txt .name {
    text-align: center;
    margin-top: 15px;
    padding-bottom: 15px;
  }

  /* line 712, ../sass/style.scss */
  .team .list .txt .name:after {
    left: 50%;
    margin-left: -18px;
  }

  /* line 713, ../sass/style.scss */
  .team .list .txt .brief p {
    margin-top: 8px;
  }

  /* line 715, ../sass/style.scss */
  .detail.contact .wrapper {
    padding: 20px 15px;
    margin: 40px auto 30px;
  }

  /* line 716, ../sass/style.scss */
  .detail.contact .title {
    font-size: 14px;
    margin-top: 12px !important;
  }

  /* line 717, ../sass/style.scss */
  .detail.contact .txt {
    font-size: 12px;
    margin-top: 5px;
  }

  /* line 718, ../sass/style.scss */
  .detail.contact .share, .detail.contact .qrcode-wrap {
    margin-top: 12px;
  }

  /* line 719, ../sass/style.scss */
  .detail.contact .share img {
    margin-right: 12px;
  }

  /* line 720, ../sass/style.scss */
  .detail.contact label {
    margin: 8px auto;
    font-size: 14px;
  }

  /* line 721, ../sass/style.scss */
  .detail.contact label:first-child {
    margin-top: 20px;
  }

  /* line 723, ../sass/style.scss */
  .detail .path {
    padding: 12px;
    font-size: 14px;
  }

  /* line 724, ../sass/style.scss */
  .detail .wrapper-inner {
    padding: 15px 10px 10px;
  }

  /* line 725, ../sass/style.scss */
  .detail .box .caption {
    padding-bottom: 15px;
  }

  /* line 726, ../sass/style.scss */
  .detail .wrapper-inner .cover {
    margin-top: 15px;
    margin-bottom: 10px;
  }

  /* line 727, ../sass/style.scss */
  .detail .wrapper-inner .list {
    margin-top: 15px;
  }

  /* line 728, ../sass/style.scss */
  .detail .wrapper-inner .list .topic {
    font-size: 14px;
    padding-top: 15px;
    padding-bottom: 5px;
  }

  /* line 729, ../sass/style.scss */
  .detail .wrapper-inner .list .item {
    margin-top: 8px;
  }

  /* line 730, ../sass/style.scss */
  .detail .wrapper-inner .list .item .title, .detail .wrapper-inner .list .item .date {
    padding: 10px 0;
  }

  /* line 731, ../sass/style.scss */
  .detail .wrapper-inner .list .item .more {
    padding-bottom: 10px;
  }

  /* line 732, ../sass/style.scss */
  .detail .wrapper-inner .pagination-centered {
    margin-top: 20px;
  }

  /* line 733, ../sass/style.scss */
  ul.pagination {
    display: block;
    margin-right: 0;
  }

  /* line 735, ../sass/style.scss */
  .model .wrapper-inner .list .item {
    margin-top: 20px;
  }

  /* line 736, ../sass/style.scss */
  .model .wrapper-inner .list .item .name {
    padding-bottom: 10px;
    font-size: 14px;
  }

  /* line 737, ../sass/style.scss */
  .model .wrapper-inner .list .item .brief {
    margin-top: 10px;
    margin-bottom: 8px;
  }

  /* line 738, ../sass/style.scss */
  .model .wrapper-inner .list .item .thumb {
    line-height: 35px;
  }

  /* line 739, ../sass/style.scss */
  .model .wrapper-inner .list .topic {
    font-size: 16px;
  }

  /* line 741, ../sass/style.scss */
  .detail.case {
    margin-top: -100px;
  }

  /* line 742, ../sass/style.scss */
  .detail.case .wrapper-inner .caption, .detail.news .wrapper-inner .caption {
    padding: 25px 0 15px;
  }

  /* line 743, ../sass/style.scss */
  .detail.news .wrapper-inner .list .item .img {
    height: auto;
  }

  /* line 744, ../sass/style.scss */
  .detail.news .wrapper-inner .list .item .img img {
    width: 100%;
  }

  /* line 745, ../sass/style.scss */
  .detail.news .wrapper-inner .list .item .date {
    width: 75px;
    height: 75px;
  }

  /* line 746, ../sass/style.scss */
  .detail.news .wrapper-inner .list .item .txt {
    width: calc(100% - 75px);
  }

  /* line 747, ../sass/style.scss */
  .detail.news .wrapper-inner .list .item .title {
    padding: 5px 0 10px;
  }

  /* line 749, ../sass/style.scss */
  .nav-pills > li {
    margin-top: 6px;
  }

  /* line 750, ../sass/style.scss */
  .nav-pills > li > a {
    padding: 8px;
  }

  /* line 751, ../sass/style.scss */
  .detail.case .nav-pills {
    margin-top: 15px;
  }

  /* line 752, ../sass/style.scss */
  .detail.case .wrapper-inner .list .item {
    margin-top: 15px;
  }

  /* line 753, ../sass/style.scss */
  .detail.case .wrapper-inner .list {
    margin-top: 10px;
  }

  /* line 755, ../sass/style.scss */
  .detail .wrapper-inner .caption .info {
    font-size: 12px;
    margin-top: 8px;
  }

  /* line 756, ../sass/style.scss */
  .detail .wrapper-inner .caption .info .date {
    margin-left: 10px;
  }

  /* line 757, ../sass/style.scss */
  .detail .wrapper-inner .caption .info .share {
    display: block;
    float: none;
    margin-top: 5px;
  }

  /* line 758, ../sass/style.scss */
  .detail .wrapper-inner .caption .info .share img {
    margin-left: 10px;
  }

  /* line 760, ../sass/style.scss */
  .detail .wrapper-inner .content {
    margin-top: 15px;
  }

  /* line 761, ../sass/style.scss */
  .detail .wrapper-inner .content img {
    margin: 10px auto 0;
  }

  /* line 762, ../sass/style.scss */
  .detail .wrapper-inner .content .name {
    margin: 10px auto;
  }

  /* line 763, ../sass/style.scss */
  .detail .wrapper-inner .content img + .name {
    margin-bottom: 10px;
  }

  /* line 765, ../sass/style.scss */
  .search .tab-content {
    padding-left: 10px;
    padding-right: 10px;
  }

  /* line 766, ../sass/style.scss */
  .search .other .item {
    margin-top: 8px;
  }

  /* line 767, ../sass/style.scss */
  .search-box .btn {
    width: 80px;
  }

  /* line 768, ../sass/style.scss */
  .detail .wrapper-inner .list .more {
    padding-bottom: 10px;
  }

  /* line 770, ../sass/style.scss */
  .detail .wrapper-inner .feature .title {
    font-size: 14px;
    margin-top: 15px;
  }

  /* line 771, ../sass/style.scss */
  .detail .wrapper-inner .feature .des {
    margin-top: 5px;
  }

  /* line 772, ../sass/style.scss */
  .detail .wrapper-inner .feature .more {
    margin-top: 1px;
  }
}
